1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmCOLLECTION_SUMMARY
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.cmdcancel = New System.Windows.Forms.Button
26         Me.dtfrom = New System.Windows.Forms.DateTimePicker
27         Me.Label2 = New System.Windows.Forms.Label
28         Me.GroupBox1 = New System.Windows.Forms.GroupBox
29         Me.cmdprint = New System.Windows.Forms.Button
30         Me.dtto = New System.Windows.Forms.DateTimePicker
31         Me.Label1 = New System.Windows.Forms.Label
32         Me.GroupBox1.SuspendLayout()
33         Me.SuspendLayout()
34         
'
35         
'cmdcancel
36         
'
37         Me.cmdcancel.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
38         Me.cmdcancel.Location = New System.Drawing.Point(
274, 38)
39         Me.cmdcancel.Name =
"cmdcancel"
40         Me.cmdcancel.Size = New System.Drawing.Size(
75, 27)
41         Me.cmdcancel.TabIndex =
6
42         Me.cmdcancel.Text =
"&Cancel"
43         Me.cmdcancel.UseVisualStyleBackColor = True
44         
'
45         
'dtfrom
46         
'
47         Me.dtfrom.CalendarFont = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
48         Me.dtfrom.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
49         Me.dtfrom.Location = New System.Drawing.Point(
56, 11)
50         Me.dtfrom.Name =
"dtfrom"
51         Me.dtfrom.Size = New System.Drawing.Size(
212, 21)
52         Me.dtfrom.TabIndex =
3
53         
'
54         
'Label2
55         
'
56         Me.Label2.AutoSize = True
57         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
58         Me.Label2.Location = New System.Drawing.Point(
27, 43)
59         Me.Label2.Name =
"Label2"
60         Me.Label2.Size = New System.Drawing.Size(
30, 14)
61         Me.Label2.TabIndex =
2
62         Me.Label2.Text =
"To :"
63         
'
64         
'GroupBox1
65         
'
66         Me.GroupBox1.Controls.Add(Me.cmdcancel)
67         Me.GroupBox1.Controls.Add(Me.cmdprint)
68         Me.GroupBox1.Controls.Add(Me.dtto)
69         Me.GroupBox1.Controls.Add(Me.dtfrom)
70         Me.GroupBox1.Controls.Add(Me.Label2)
71         Me.GroupBox1.Controls.Add(Me.Label1)
72         Me.GroupBox1.Location = New System.Drawing.Point(
5, 2)
73         Me.GroupBox1.Name =
"GroupBox1"
74         Me.GroupBox1.Size = New System.Drawing.Size(
363, 68)
75         Me.GroupBox1.TabIndex =
2
76         Me.GroupBox1.TabStop = False
77         
'
78         
'cmdprint
79         
'
80         Me.cmdprint.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
81         Me.cmdprint.Location = New System.Drawing.Point(
274, 11)
82         Me.cmdprint.Name =
"cmdprint"
83         Me.cmdprint.Size = New System.Drawing.Size(
75, 27)
84         Me.cmdprint.TabIndex =
5
85         Me.cmdprint.Text =
"&Print"
86         Me.cmdprint.UseVisualStyleBackColor = True
87         
'
88         
'dtto
89         
'
90         Me.dtto.CalendarFont = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
91         Me.dtto.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
92         Me.dtto.Location = New System.Drawing.Point(
56, 38)
93         Me.dtto.Name =
"dtto"
94         Me.dtto.Size = New System.Drawing.Size(
212, 21)
95         Me.dtto.TabIndex =
4
96         
'
97         
'Label1
98         
'
99         Me.Label1.AutoSize = True
100         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
101         Me.Label1.Location = New System.Drawing.Point(
12, 17)
102         Me.Label1.Name =
"Label1"
103         Me.Label1.Size = New System.Drawing.Size(
45, 14)
104         Me.Label1.TabIndex =
1
105         Me.Label1.Text =
"From :"
106         
'
107         
'FrmCOLLECTION_SUMMARY
108         
'
109         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
110         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
111         Me.ClientSize = New System.Drawing.Size(
374, 78)
112         Me.Controls.Add(Me.GroupBox1)
113         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
114         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
115         Me.Name =
"FrmCOLLECTION_SUMMARY"
116         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
117         Me.Text =
"Collection Summary - Print Option"
118         Me.GroupBox1.ResumeLayout(False)
119         Me.GroupBox1.PerformLayout()
120         Me.ResumeLayout(False)
121
122     End Sub
123     Friend WithEvents cmdcancel As System.Windows.Forms.Button
124     Friend WithEvents dtfrom As System.Windows.Forms.DateTimePicker
125     Friend WithEvents Label2 As System.Windows.Forms.Label
126     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
127     Friend WithEvents cmdprint As System.Windows.Forms.Button
128     Friend WithEvents dtto As System.Windows.Forms.DateTimePicker
129     Friend WithEvents Label1 As System.Windows.Forms.Label
130 End Class


Gõ tìm kiếm nhanh...